const runtime._SIG_IGN
9 uses
runtime (current package)
signal_unix.go#L40: _SIG_IGN uintptr = 1
signal_unix.go#L139: if fwdSig[i] != _SIG_DFL && fwdSig[i] != _SIG_IGN {
signal_unix.go#L141: } else if fwdSig[i] == _SIG_IGN {
signal_unix.go#L160: if atomic.Loaduintptr(&fwdSig[sig]) == _SIG_IGN {
signal_unix.go#L256: setsig(sig, _SIG_IGN)
signal_unix.go#L298: h = _SIG_IGN
signal_unix.go#L1009: if handler == _SIG_IGN || (handler == _SIG_DFL && flags&_SigIgn != 0) {
signal_unix.go#L1172: if fwdFn == _SIG_IGN || (fwdFn == _SIG_DFL && flags&_SigIgn != 0) {
signal_unix.go#L1218: if fwdFn != _SIG_IGN {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)